home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gnutar / gnutar < prev    next >
Text File  |  1994-08-27  |  2KB  |  40 lines

  1. GNU tar version 1.10
  2. -rw-rw-rw-  1 gray        74202 Nov 26 06:45 gtarbin.zoo
  3. -rw-rw-rw-  1 gray       175652 Nov 26 06:46 gtarsrc.zoo
  4.  
  5. GNU Tar 1.10 Port for the Atari ST with MiNT (and without)
  6. ==========================================================
  7.  
  8. Well, I decided it was time I had a full fledged TAR that could handle 
  9. compressed archives rather than uncompressing and then untaring. So, I got
  10. the latest version of GNU Tar I could, which is v1.10, and started to port it
  11. to the Atari. 
  12.  
  13. I essentially use this program with MiNT, as MiNT provides all the facilities
  14. neccessary for me to use this program successfully. Supporting pipes are
  15. essential for the compress/uncompress function of GNU Tar to work, otherwise
  16. all the other functions should work under standard TOS.
  17.  
  18. Included in the binaries part of the this port is also my own compiled version
  19. of compress v4.0. All other versions of compress that I found opened the
  20. stdin/stdout functions in ASCII mode rather than binary and confused GNU Tar
  21. when using compressed archives. The one included has been tested to great
  22. length and shouldn't cause any problems, just make sure that its in your 
  23. default PATH statement in your environment.
  24.  
  25. This version has been compiled with GNU GCC v1.40 and the MiNT libraries at
  26. patchlevel 14. To take full advantage of GNU Tar, use MiNT v0.9, which has
  27. the ability to support symbolic links within the kernel.
  28.  
  29. I must pass a lot of credit onto Eric Smith for all the work he has put into
  30. making MiNT, for which without this and the libraries, this port would have
  31. been so much harder to do.
  32.  
  33. All I can say is it works for me, so share and enjoy.
  34.  
  35. Please also read the BUGS and COPYING files. 
  36.  
  37. Alan Hourihane
  38. email: alanh@logitek.co.uk
  39. 02/10/91
  40.